Search Content

Displaying 1 - 20 of 58

… NewsForge | A peek at script kiddie culture Submitted by John Locke on Sun, … 03/07/2004 - 01:21 NewsForge has an interesting A peek at script kiddie culture . This story disputes many of the … vulnerability exploited by the Blaster virus was known in script kiddie circles months before Microsoft claimed to …

… Chkdomains script Submitted by Anonymous (not verified) on … -q <?php /* Copyright 10/30/2006 freelock computing * chkdomains.php basic site monitoring script sends an email …

… Using modern Javascript for quick utility scripts - bulk search and replace Submitted by John Locke on … so that's where I went. The Solution: Write a command-line script in Javascript Turning to my shell, first I grabbed a … at this point. To use this, we need to make the script executable, and send the results to a file: chmod +x …

… was one of the first places to support WebDAV, and after a little investigation, looks like they've completely changed … it takes a registry hack: https://support.microsoft.com/kb/841215 http://www.simple-groupware.de/cms/WebDAV First of … fix you can download that makes it work SOMETIMES. http://kb.iu.edu/data/araf.html Windows XP only supported …

… From the code above, you can see we have a paragraph tag and JavaScript code. The role of the JavaScript code is … of the current user's open tab, and create a new tag (if you want). This is a dangerous tool, so if it falls … From the code above, you can see we have a paragraph tag and JavaScript code. The role of the JavaScript code is …

… number of sites. If an attacker can find a way to get a script into a page shown to others, there's lots of things he can do. Sometimes it's as simple as adding <script> and a chunk of javascript or a location to load a … & purifier. It's a single-file, non-OOP script of ~45 kb with a basal peak memory usage of ~0.5 MB. htmLawed is …

… Browsers do not allow you to access these settings via script. You can use an XmlHttpRequest object to set … has rejected a request. The process looks like this: Your script creates and sends an XmlHttpRequest with http auth … credentials, only then will it set http auth to what your script asked for. The server responds. Generally, if the …

… Using a File Field with imported files in Drupal: Drush to the rescue! Submitted by John Locke … - 12:25 We regularly import content from old web sites and systems. One recent client had thousands of … Drupal, and just copy the existing documents into sites/default/files. Using the Filefield_sources module, you can …

… that don't have those resources? When you load any script from a server that's not yours, you're trusting that that script is not going to hijack data sent through your page. If … password! You can download and review exactly what the script is doing, but if you don't control the source of that …

… Toolkit: Monitoring disk space and usage . Add new comment You must have JavaScript enabled to use this form. … me when new comments are posted All comments Replies to my comment Comment About text formats Filtered HTML Web page …

… message) return True Next, the Reactor Yaml file, /srv/reactor/notify-changes.sls: notify-changes: … reactor and the runner path in the Master configuration file. We did this by adding a file, /etc/salt/master.d/reactor.conf: reactor: - …

… Run salt state.highstate and let Salt do the rest of the work! Salt pulls the new image down to each host, and if it … improvement Docker containers are cool. Docker is fun to work with. It's great to be able to quickly roll back to an … Run salt state.highstate and let Salt do the rest of the work! Salt pulls the new image down to each host, and if it …

… EntityFieldQuery(); $query->entityCondition('entity_type','node') ->entityCondition('bundle','employee') … $result = $query->execute(); if ($result && $result['node']) { $item = array_pop($result['node']); $node = node_load($item->nid); if (!$newprofile) { …

… have a beginner server administration cheat-sheet for our clients over at Ubuntu VPS Administration . Apache There's … machine(s) you want to connect to. Open a shell on your client machine (should work on a Mac...) Type: ssh-keygen -t … have a beginner server administration cheat-sheet for our clients over at Ubuntu VPS Administration . Apache There's …

… between these areas. We use a strong Model-View-Controller (MVC) architecture when creating custom … - 23:35 Permalink Urd Urd ( http://urd.sourceforge.net/ ) is entirely written in PHP including a daemon process. …

… Dav On on any virtual host on the entire server, your PHP script will no longer get the request. rest Submitted by … different virtual host, no PUT requests went to my PHP script at all. That's why I think it's a bug... Cheers, John … Dav On on any virtual host on the entire server, your PHP script will no longer get the request. … REST, PHP, PUT, and …

… we borrowed heavily from this post . First of all, the script. This is what sends the actual message to a Matrix … we borrowed heavily from this post . First of all, the script. This is what sends the actual message to a Matrix …

… We catalog environments in drush alias files, one for each client site. These aliases include modules to enable/disable … there we can simply merge these updates into all of our client's dev sites, run update scripts, and test. Trying to … But due to regulatory restrictions for many of our clients we cannot simply take a copy of the production …

… launched the site in 4 weeks. We created a custom import script to preserve individual book pages for … launched the site in 4 weeks. We created a custom import script to preserve individual book pages for …

… on master is if we have to roll back to a previous release tag, if something truly went wrong. Staging is where things … Next it's a matter of doing the production deployment: Tag current production code commit Back up current production …